Html Css Color HEX #CFEF64 Mindaro

📋 copy color: '#CFEF64'

red 207 ◦ green 239 ◦ blue 100

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

Shades of Mindaro #CFEF64

Tints of Mindaro #CFEF64

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.77%

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

R = 37.91%
G = 43.77%
B = 18.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#CFEF64 (or 0xCFEF64) is known color: Mindaro. HEX triplet: CF, EF and 64. RGB value is (207,239,100). Sum of RGB (Red+Green+Blue) = 207+239+100=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF64 is #30109B. Grayscale: #D6D6D6. Windows color (decimal): -3149980 or 6614991. OLE color: 6614991.

HSL color Cylindrical-coordinate representation of color #CFEF64: hue angle of 73.81º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFEF64 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 100 -
CMYK 0.13 0 0.58 0.06
HSL 73.81º 0.81% 0.66% -
HSV(B) 73.81º 0.58% 0.94% -
XYZ 58.9 75.92 23.61 -
YUV 213.59 63.9 123.3 -
System Red Green Blue C M Y K H S L
Decimal 207 239 100 0.13 0 0.58 0.06 73.81 0.81 0.66
Hex CF EF 64 D 0 3A 6 4A 51 42
Octal 317 357 144 15 0 72 6 112 121 102
Binary 11001111 11101111 1100100 1101 0 111010 110 1001010 1010001 1000010

Color Harmonies of #CFEF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF64

Black with #CFEF64

Text Example


Text Example

White with #CFEF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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