Html Css Color HEX #CFE966 Mindaro

📋 copy color: '#CFE966'

red 207 ◦ green 233 ◦ blue 102

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

Shades of Mindaro #CFE966

Tints of Mindaro #CFE966

RGB

 RED value IS 207 (81.25% from 255) = 38.19%

 GREEN value IS 233 (91.41% from 255) = 42.99%

 BLUE value IS 102 (40.23% from 255) = 18.82%

R = 38.19%
G = 42.99%
B = 18.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#CFE966 (or 0xCFE966) is known color: Mindaro. HEX triplet: CF, E9 and 66. RGB value is (207,233,102). Sum of RGB (Red+Green+Blue) = 207+233+102=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE966 is #301699. Grayscale: #D2D2D2. Windows color (decimal): -3151514 or 6744527. OLE color: 6744527.

HSL color Cylindrical-coordinate representation of color #CFE966: hue angle of 71.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFE966 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 102 -
CMYK 0.11 0 0.56 0.09
HSL 71.91º 0.75% 0.66% -
HSV(B) 71.91º 0.56% 0.91% -
XYZ 57.27 72.5 23.55 -
YUV 210.29 66.89 125.65 -
System Red Green Blue C M Y K H S L
Decimal 207 233 102 0.11 0 0.56 0.09 71.91 0.75 0.66
Hex CF E9 66 B 0 38 9 48 4B 42
Octal 317 351 146 13 0 70 11 110 113 102
Binary 11001111 11101001 1100110 1011 0 111000 1001 1001000 1001011 1000010

Color Harmonies of #CFE966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE966

Black with #CFE966

Text Example


Text Example

White with #CFE966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE966; }

 p { color: rgb(207,233,102); }

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

background-color css

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

 a { background-color: rgb(207,233,102); }

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

border-color css

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

 span { border-color: rgb(207,233,102); }

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