Html Css Color HEX #CFE55A Mindaro

📋 copy color: '#CFE55A'

red 207 ◦ green 229 ◦ blue 90

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

Shades of Mindaro #CFE55A

Tints of Mindaro #CFE55A

RGB

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

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

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

R = 39.35%
G = 43.54%
B = 17.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#CFE55A (or 0xCFE55A) is known color: Mindaro. HEX triplet: CF, E5 and 5A. RGB value is (207,229,90). Sum of RGB (Red+Green+Blue) = 207+229+90=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE55A is #301AA5. Grayscale: #CFCFCF. Windows color (decimal): -3152550 or 5957071. OLE color: 5957071.

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

Color convert

RGB 207 229 90 -
CMYK 0.10 0 0.61 0.10
HSL 69.5º 0.73% 0.63% -
HSV(B) 69.5º 0.61% 0.9% -
XYZ 55.6 70.04 20.26 -
YUV 206.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 207 229 90 0.10 0 0.61 0.10 69.5 0.73 0.63
Hex CF E5 5A A 0 3D A 45 49 3F
Octal 317 345 132 12 0 75 12 105 111 77
Binary 11001111 11100101 1011010 1010 0 111101 1010 1000101 1001001 111111

Color Harmonies of #CFE55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE55A

Black with #CFE55A

Text Example


Text Example

White with #CFE55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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