Html Css Color HEX #CFE45D Mindaro

📋 copy color: '#CFE45D'

red 207 ◦ green 228 ◦ blue 93

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

Shades of Mindaro #CFE45D

Tints of Mindaro #CFE45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.61%

R = 39.2%
G = 43.18%
B = 17.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#CFE45D (or 0xCFE45D) is known color: Mindaro. HEX triplet: CF, E4 and 5D. RGB value is (207,228,93). Sum of RGB (Red+Green+Blue) = 207+228+93=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE45D is #301BA2. Grayscale: #CECECE. Windows color (decimal): -3152803 or 6153423. OLE color: 6153423.

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

Color convert

RGB 207 228 93 -
CMYK 0.09 0 0.59 0.11
HSL 69.33º 0.71% 0.63% -
HSV(B) 69.33º 0.59% 0.89% -
XYZ 55.45 69.54 20.86 -
YUV 206.33 64.04 128.48 -
System Red Green Blue C M Y K H S L
Decimal 207 228 93 0.09 0 0.59 0.11 69.33 0.71 0.63
Hex CF E4 5D 9 0 3B B 45 47 3F
Octal 317 344 135 11 0 73 13 105 107 77
Binary 11001111 11100100 1011101 1001 0 111011 1011 1000101 1000111 111111

Color Harmonies of #CFE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE45D

Black with #CFE45D

Text Example


Text Example

White with #CFE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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