Html Css Color HEX #CBE26D Mindaro

📋 copy color: '#CBE26D'

red 203 ◦ green 226 ◦ blue 109

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

Shades of Mindaro #CBE26D

Tints of Mindaro #CBE26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 37.73%
G = 42.01%
B = 20.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#CBE26D (or 0xCBE26D) is known color: Mindaro. HEX triplet: CB, E2 and 6D. RGB value is (203,226,109). Sum of RGB (Red+Green+Blue) = 203+226+109=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE26D is #341D92. Grayscale: #CECECE. Windows color (decimal): -3415443 or 7201483. OLE color: 7201483.

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

Color convert

RGB 203 226 109 -
CMYK 0.10 0 0.52 0.11
HSL 71.79º 0.67% 0.66% -
HSV(B) 71.79º 0.52% 0.89% -
XYZ 54.59 68.19 24.75 -
YUV 205.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 203 226 109 0.10 0 0.52 0.11 71.79 0.67 0.66
Hex CB E2 6D A 0 34 B 48 43 42
Octal 313 342 155 12 0 64 13 110 103 102
Binary 11001011 11100010 1101101 1010 0 110100 1011 1001000 1000011 1000010

Color Harmonies of #CBE26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE26D

Black with #CBE26D

Text Example


Text Example

White with #CBE26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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