Html Css Color HEX #CBE85A Mindaro

📋 copy color: '#CBE85A'

red 203 ◦ green 232 ◦ blue 90

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

Shades of Mindaro #CBE85A

Tints of Mindaro #CBE85A

RGB

 RED value IS 203 (79.69% from 255) = 38.67%

 GREEN value IS 232 (91.02% from 255) = 44.19%

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

R = 38.67%
G = 44.19%
B = 17.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CBE85A (or 0xCBE85A) is known color: Mindaro. HEX triplet: CB, E8 and 5A. RGB value is (203,232,90). Sum of RGB (Red+Green+Blue) = 203+232+90=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE85A is #3417A5. Grayscale: #CFCFCF. Windows color (decimal): -3413926 or 5957835. OLE color: 5957835.

HSL color Cylindrical-coordinate representation of color #CBE85A: hue angle of 72.25º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBE85A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 232 90 -
CMYK 0.12 0 0.61 0.09
HSL 72.25º 0.76% 0.63% -
HSV(B) 72.25º 0.61% 0.91% -
XYZ 55.33 71.15 20.49 -
YUV 207.14 61.89 125.05 -
System Red Green Blue C M Y K H S L
Decimal 203 232 90 0.12 0 0.61 0.09 72.25 0.76 0.63
Hex CB E8 5A C 0 3D 9 48 4C 3F
Octal 313 350 132 14 0 75 11 110 114 77
Binary 11001011 11101000 1011010 1100 0 111101 1001 1001000 1001100 111111

Color Harmonies of #CBE85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE85A

Black with #CBE85A

Text Example


Text Example

White with #CBE85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE85A; }

 p { color: rgb(203,232,90); }

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

background-color css

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

 a { background-color: rgb(203,232,90); }

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

border-color css

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

 span { border-color: rgb(203,232,90); }

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