Html Css Color HEX #CFEC5A Mindaro

📋 copy color: '#CFEC5A'

red 207 ◦ green 236 ◦ blue 90

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

Shades of Mindaro #CFEC5A

Tints of Mindaro #CFEC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.28%

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

R = 38.84%
G = 44.28%
B = 16.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#CFEC5A (or 0xCFEC5A) is known color: Mindaro. HEX triplet: CF, EC and 5A. RGB value is (207,236,90). Sum of RGB (Red+Green+Blue) = 207+236+90=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC5A is #3013A5. Grayscale: #D3D3D3. Windows color (decimal): -3150758 or 5958863. OLE color: 5958863.

HSL color Cylindrical-coordinate representation of color #CFEC5A: hue angle of 71.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFEC5A is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 90 -
CMYK 0.12 0 0.62 0.07
HSL 71.92º 0.79% 0.64% -
HSV(B) 71.92º 0.62% 0.93% -
XYZ 57.57 73.99 20.92 -
YUV 210.69 59.89 125.37 -
System Red Green Blue C M Y K H S L
Decimal 207 236 90 0.12 0 0.62 0.07 71.92 0.79 0.64
Hex CF EC 5A C 0 3E 7 48 4F 40
Octal 317 354 132 14 0 76 7 110 117 100
Binary 11001111 11101100 1011010 1100 0 111110 111 1001000 1001111 1000000

Color Harmonies of #CFEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC5A

Black with #CFEC5A

Text Example


Text Example

White with #CFEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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