Html Css Color HEX #CBE45A Mindaro

📋 copy color: '#CBE45A'

red 203 ◦ green 228 ◦ blue 90

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

Shades of Mindaro #CBE45A

Tints of Mindaro #CBE45A

RGB

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

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

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

R = 38.96%
G = 43.76%
B = 17.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#CBE45A (or 0xCBE45A) is known color: Mindaro. HEX triplet: CB, E4 and 5A. RGB value is (203,228,90). Sum of RGB (Red+Green+Blue) = 203+228+90=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE45A is #341BA5. Grayscale: #CDCDCD. Windows color (decimal): -3414950 or 5956811. OLE color: 5956811.

HSL color Cylindrical-coordinate representation of color #CBE45A: hue angle of 70.87º 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 #CBE45A is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 90 -
CMYK 0.11 0 0.61 0.11
HSL 70.87º 0.72% 0.62% -
HSV(B) 70.87º 0.61% 0.89% -
XYZ 54.22 68.92 20.12 -
YUV 204.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 203 228 90 0.11 0 0.61 0.11 70.87 0.72 0.62
Hex CB E4 5A B 0 3D B 47 48 3E
Octal 313 344 132 13 0 75 13 107 110 76
Binary 11001011 11100100 1011010 1011 0 111101 1011 1000111 1001000 111110

Color Harmonies of #CBE45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE45A

Black with #CBE45A

Text Example


Text Example

White with #CBE45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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