Html Css Color HEX #CBE25D Mindaro

📋 copy color: '#CBE25D'

red 203 ◦ green 226 ◦ blue 93

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

Shades of Mindaro #CBE25D

Tints of Mindaro #CBE25D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.3%

 BLUE value IS 93 (36.72% from 255) = 17.82%

R = 38.89%
G = 43.3%
B = 17.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#CBE25D (or 0xCBE25D) is known color: Mindaro. HEX triplet: CB, E2 and 5D. RGB value is (203,226,93). Sum of RGB (Red+Green+Blue) = 203+226+93=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE25D is #341DA2. Grayscale: #CCCCCC. Windows color (decimal): -3415459 or 6152907. OLE color: 6152907.

HSL color Cylindrical-coordinate representation of color #CBE25D: hue angle of 70.38º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE25D is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 93 -
CMYK 0.10 0 0.59 0.11
HSL 70.38º 0.7% 0.63% -
HSV(B) 70.38º 0.59% 0.89% -
XYZ 53.8 67.88 20.62 -
YUV 203.96 65.38 127.31 -
System Red Green Blue C M Y K H S L
Decimal 203 226 93 0.10 0 0.59 0.11 70.38 0.7 0.63
Hex CB E2 5D A 0 3B B 46 46 3F
Octal 313 342 135 12 0 73 13 106 106 77
Binary 11001011 11100010 1011101 1010 0 111011 1011 1000110 1000110 111111

Color Harmonies of #CBE25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE25D

Black with #CBE25D

Text Example


Text Example

White with #CBE25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE25D; }

 p { color: rgb(203,226,93); }

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

background-color css

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

 a { background-color: rgb(203,226,93); }

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

border-color css

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

 span { border-color: rgb(203,226,93); }

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