Html Css Color HEX #CFE064 Mindaro

📋 copy color: '#CFE064'

red 207 ◦ green 224 ◦ blue 100

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

Shades of Mindaro #CFE064

Tints of Mindaro #CFE064

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.18%

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

R = 38.98%
G = 42.18%
B = 18.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#CFE064 (or 0xCFE064) is known color: Mindaro. HEX triplet: CF, E0 and 64. RGB value is (207,224,100). Sum of RGB (Red+Green+Blue) = 207+224+100=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE064 is #301F9B. Grayscale: #CDCDCD. Windows color (decimal): -3153820 or 6611151. OLE color: 6611151.

HSL color Cylindrical-coordinate representation of color #CFE064: hue angle of 68.23º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE064 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 100 -
CMYK 0.08 0 0.55 0.12
HSL 68.23º 0.67% 0.64% -
HSV(B) 68.23º 0.55% 0.88% -
XYZ 54.69 67.5 22.2 -
YUV 204.78 68.87 129.58 -
System Red Green Blue C M Y K H S L
Decimal 207 224 100 0.08 0 0.55 0.12 68.23 0.67 0.64
Hex CF E0 64 8 0 37 C 44 43 40
Octal 317 340 144 10 0 67 14 104 103 100
Binary 11001111 11100000 1100100 1000 0 110111 1100 1000100 1000011 1000000

Color Harmonies of #CFE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE064

Black with #CFE064

Text Example


Text Example

White with #CFE064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE064; }

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

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

background-color css

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

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

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

border-color css

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

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

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