Html Css Color HEX #CBEA58 Mindaro

📋 copy color: '#CBEA58'

red 203 ◦ green 234 ◦ blue 88

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

Shades of Mindaro #CBEA58

Tints of Mindaro #CBEA58

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.57%

 BLUE value IS 88 (34.77% from 255) = 16.76%

R = 38.67%
G = 44.57%
B = 16.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#CBEA58 (or 0xCBEA58) is known color: Mindaro. HEX triplet: CB, EA and 58. RGB value is (203,234,88). Sum of RGB (Red+Green+Blue) = 203+234+88=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA58 is #3415A7. Grayscale: #D0D0D0. Windows color (decimal): -3413416 or 5827275. OLE color: 5827275.

HSL color Cylindrical-coordinate representation of color #CBEA58: hue angle of 72.74º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBEA58 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 88 -
CMYK 0.13 0 0.62 0.08
HSL 72.74º 0.78% 0.63% -
HSV(B) 72.74º 0.62% 0.92% -
XYZ 55.81 72.25 20.24 -
YUV 208.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 203 234 88 0.13 0 0.62 0.08 72.74 0.78 0.63
Hex CB EA 58 D 0 3E 8 49 4E 3F
Octal 313 352 130 15 0 76 10 111 116 77
Binary 11001011 11101010 1011000 1101 0 111110 1000 1001001 1001110 111111

Color Harmonies of #CBEA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA58

Black with #CBEA58

Text Example


Text Example

White with #CBEA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA58; }

 p { color: rgb(203,234,88); }

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

background-color css

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

 a { background-color: rgb(203,234,88); }

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

border-color css

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

 span { border-color: rgb(203,234,88); }

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