Html Css Color HEX #CFE555 Mindaro

📋 copy color: '#CFE555'

red 207 ◦ green 229 ◦ blue 85

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

Shades of Mindaro #CFE555

Tints of Mindaro #CFE555

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.95%

 BLUE value IS 85 (33.59% from 255) = 16.31%

R = 39.73%
G = 43.95%
B = 16.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#CFE555 (or 0xCFE555) is known color: Mindaro. HEX triplet: CF, E5 and 55. RGB value is (207,229,85). Sum of RGB (Red+Green+Blue) = 207+229+85=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE555 is #301AAA. Grayscale: #CECECE. Windows color (decimal): -3152555 or 5629391. OLE color: 5629391.

HSL color Cylindrical-coordinate representation of color #CFE555: hue angle of 69.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFE555 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 85 -
CMYK 0.10 0 0.63 0.10
HSL 69.17º 0.73% 0.62% -
HSV(B) 69.17º 0.63% 0.9% -
XYZ 55.39 69.96 19.18 -
YUV 206.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 207 229 85 0.10 0 0.63 0.10 69.17 0.73 0.62
Hex CF E5 55 A 0 3F A 45 49 3E
Octal 317 345 125 12 0 77 12 105 111 76
Binary 11001111 11100101 1010101 1010 0 111111 1010 1000101 1001001 111110

Color Harmonies of #CFE555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE555

Black with #CFE555

Text Example


Text Example

White with #CFE555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE555; }

 p { color: rgb(207,229,85); }

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

background-color css

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

 a { background-color: rgb(207,229,85); }

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

border-color css

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

 span { border-color: rgb(207,229,85); }

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