Html Css Color HEX #CEFA65 Mindaro

📋 copy color: '#CEFA65'

red 206 ◦ green 250 ◦ blue 101

#CEFA65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CEFA65

Tints of Mindaro #CEFA65

RGB

 RED value IS 206 (80.86% from 255) = 36.98%

 GREEN value IS 250 (98.05% from 255) = 44.88%

 BLUE value IS 101 (39.84% from 255) = 18.13%

R = 36.98%
G = 44.88%
B = 18.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEFA65 (or 0xCEFA65) is known color: Mindaro. HEX triplet: CE, FA and 65. RGB value is (206,250,101). Sum of RGB (Red+Green+Blue) = 206+250+101=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA65 is #31059A. Grayscale: #DCDCDC. Windows color (decimal): -3212699 or 6683342. OLE color: 6683342.

HSL color Cylindrical-coordinate representation of color #CEFA65: hue angle of 77.72º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEFA65 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 101 -
CMYK 0.18 0 0.60 0.02
HSL 77.72º 0.94% 0.69% -
HSV(B) 77.72º 0.6% 0.98% -
XYZ 61.99 82.43 24.96 -
YUV 219.86 60.92 118.12 -
System Red Green Blue C M Y K H S L
Decimal 206 250 101 0.18 0 0.60 0.02 77.72 0.94 0.69
Hex CE FA 65 12 0 3C 2 4E 5E 45
Octal 316 372 145 22 0 74 2 116 136 105
Binary 11001110 11111010 1100101 10010 0 111100 10 1001110 1011110 1000101

Color Harmonies of #CEFA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA65

Black with #CEFA65

Text Example


Text Example

White with #CEFA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA65; }

 p { color: rgb(206,250,101); }

 H1.HeaderClassName
 {
   color: #CEFA65;
 }
 .AnyTagClassName
 {
   color: #CEFA65;
 }
</style>

background-color css

<style>
 a { background-color: #CEFA65; }

 a { background-color: rgb(206,250,101); }

 div.DivClassName
 {
   background-color: #CEFA65;
 }
 .BgClassName
 {
   background-color: #CEFA65;
 }
</style>

border-color css

<style>
 span { border-color: #CEFA65; }

 span { border-color: rgb(206,250,101); }

 td.TdClassName
 {
   border-color: #CEFA65;
 }
 .TagClassName
 {
   border-color: #CEFA65;
 }
</style>