Html Css Color HEX #CBEA6A Mindaro

📋 copy color: '#CBEA6A'

red 203 ◦ green 234 ◦ blue 106

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

Shades of Mindaro #CBEA6A

Tints of Mindaro #CBEA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.52%

R = 37.38%
G = 43.09%
B = 19.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#CBEA6A (or 0xCBEA6A) is known color: Mindaro. HEX triplet: CB, EA and 6A. RGB value is (203,234,106). Sum of RGB (Red+Green+Blue) = 203+234+106=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA6A is #341595. Grayscale: #D2D2D2. Windows color (decimal): -3413398 or 7006923. OLE color: 7006923.

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

Color convert

RGB 203 234 106 -
CMYK 0.13 0 0.55 0.08
HSL 74.53º 0.75% 0.67% -
HSV(B) 74.53º 0.55% 0.92% -
XYZ 56.65 72.58 24.66 -
YUV 210.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 203 234 106 0.13 0 0.55 0.08 74.53 0.75 0.67
Hex CB EA 6A D 0 37 8 4B 4B 43
Octal 313 352 152 15 0 67 10 113 113 103
Binary 11001011 11101010 1101010 1101 0 110111 1000 1001011 1001011 1000011

Color Harmonies of #CBEA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA6A

Black with #CBEA6A

Text Example


Text Example

White with #CBEA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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