Html Css Color HEX #CFE964 Mindaro

📋 copy color: '#CFE964'

red 207 ◦ green 233 ◦ blue 100

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

Shades of Mindaro #CFE964

Tints of Mindaro #CFE964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 38.33%
G = 43.15%
B = 18.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#CFE964 (or 0xCFE964) is known color: Mindaro. HEX triplet: CF, E9 and 64. RGB value is (207,233,100). Sum of RGB (Red+Green+Blue) = 207+233+100=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE964 is #30169B. Grayscale: #D2D2D2. Windows color (decimal): -3151516 or 6613455. OLE color: 6613455.

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

Color convert

RGB 207 233 100 -
CMYK 0.11 0 0.57 0.09
HSL 71.73º 0.75% 0.65% -
HSV(B) 71.73º 0.57% 0.91% -
XYZ 57.17 72.46 23.03 -
YUV 210.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 207 233 100 0.11 0 0.57 0.09 71.73 0.75 0.65
Hex CF E9 64 B 0 39 9 48 4B 41
Octal 317 351 144 13 0 71 11 110 113 101
Binary 11001111 11101001 1100100 1011 0 111001 1001 1001000 1001011 1000001

Color Harmonies of #CFE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE964

Black with #CFE964

Text Example


Text Example

White with #CFE964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE964; }

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

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

background-color css

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

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

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

border-color css

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

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

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