Html Css Color HEX #CBEA6D Mindaro

📋 copy color: '#CBEA6D'

red 203 ◦ green 234 ◦ blue 109

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

Shades of Mindaro #CBEA6D

Tints of Mindaro #CBEA6D

RGB

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

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

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

R = 37.18%
G = 42.86%
B = 19.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#CBEA6D (or 0xCBEA6D) is known color: Mindaro. HEX triplet: CB, EA and 6D. RGB value is (203,234,109). Sum of RGB (Red+Green+Blue) = 203+234+109=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA6D is #341592. Grayscale: #D2D2D2. Windows color (decimal): -3413395 or 7203531. OLE color: 7203531.

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

Color convert

RGB 203 234 109 -
CMYK 0.13 0 0.53 0.08
HSL 74.88º 0.75% 0.67% -
HSV(B) 74.88º 0.53% 0.92% -
XYZ 56.81 72.65 25.5 -
YUV 210.48 70.73 122.66 -
System Red Green Blue C M Y K H S L
Decimal 203 234 109 0.13 0 0.53 0.08 74.88 0.75 0.67
Hex CB EA 6D D 0 35 8 4B 4B 43
Octal 313 352 155 15 0 65 10 113 113 103
Binary 11001011 11101010 1101101 1101 0 110101 1000 1001011 1001011 1000011

Color Harmonies of #CBEA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA6D

Black with #CBEA6D

Text Example


Text Example

White with #CBEA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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