Html Css Color HEX #CFE468 Mindaro

📋 copy color: '#CFE468'

red 207 ◦ green 228 ◦ blue 104

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

Shades of Mindaro #CFE468

Tints of Mindaro #CFE468

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.3%

 BLUE value IS 104 (41.02% from 255) = 19.29%

R = 38.4%
G = 42.3%
B = 19.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CFE468 (or 0xCFE468) is known color: Mindaro. HEX triplet: CF, E4 and 68. RGB value is (207,228,104). Sum of RGB (Red+Green+Blue) = 207+228+104=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE468 is #301B97. Grayscale: #D0D0D0. Windows color (decimal): -3152792 or 6874319. OLE color: 6874319.

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

Color convert

RGB 207 228 104 -
CMYK 0.09 0 0.54 0.11
HSL 70.16º 0.7% 0.65% -
HSV(B) 70.16º 0.54% 0.89% -
XYZ 55.97 69.75 23.61 -
YUV 207.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 207 228 104 0.09 0 0.54 0.11 70.16 0.7 0.65
Hex CF E4 68 9 0 36 B 46 46 41
Octal 317 344 150 11 0 66 13 106 106 101
Binary 11001111 11100100 1101000 1001 0 110110 1011 1000110 1000110 1000001

Color Harmonies of #CFE468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE468

Black with #CFE468

Text Example


Text Example

White with #CFE468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE468; }

 p { color: rgb(207,228,104); }

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

background-color css

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

 a { background-color: rgb(207,228,104); }

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

border-color css

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

 span { border-color: rgb(207,228,104); }

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