Html Css Color HEX #CFE45A Mindaro

📋 copy color: '#CFE45A'

red 207 ◦ green 228 ◦ blue 90

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

Shades of Mindaro #CFE45A

Tints of Mindaro #CFE45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.14%

R = 39.43%
G = 43.43%
B = 17.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#CFE45A (or 0xCFE45A) is known color: Mindaro. HEX triplet: CF, E4 and 5A. RGB value is (207,228,90). Sum of RGB (Red+Green+Blue) = 207+228+90=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE45A is #301BA5. Grayscale: #CECECE. Windows color (decimal): -3152806 or 5956815. OLE color: 5956815.

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

Color convert

RGB 207 228 90 -
CMYK 0.09 0 0.61 0.11
HSL 69.13º 0.72% 0.62% -
HSV(B) 69.13º 0.61% 0.89% -
XYZ 55.32 69.49 20.17 -
YUV 205.99 62.54 128.72 -
System Red Green Blue C M Y K H S L
Decimal 207 228 90 0.09 0 0.61 0.11 69.13 0.72 0.62
Hex CF E4 5A 9 0 3D B 45 48 3E
Octal 317 344 132 11 0 75 13 105 110 76
Binary 11001111 11100100 1011010 1001 0 111101 1011 1000101 1001000 111110

Color Harmonies of #CFE45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE45A

Black with #CFE45A

Text Example


Text Example

White with #CFE45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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