Html Css Color HEX #CBEA68 Mindaro

📋 copy color: '#CBEA68'

red 203 ◦ green 234 ◦ blue 104

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

Shades of Mindaro #CBEA68

Tints of Mindaro #CBEA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.22%

R = 37.52%
G = 43.25%
B = 19.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#CBEA68 (or 0xCBEA68) is known color: Mindaro. HEX triplet: CB, EA and 68. RGB value is (203,234,104). Sum of RGB (Red+Green+Blue) = 203+234+104=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA68 is #341597. Grayscale: #D2D2D2. Windows color (decimal): -3413400 or 6875851. OLE color: 6875851.

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

Color convert

RGB 203 234 104 -
CMYK 0.13 0 0.56 0.08
HSL 74.31º 0.76% 0.66% -
HSV(B) 74.31º 0.56% 0.92% -
XYZ 56.55 72.54 24.12 -
YUV 209.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 203 234 104 0.13 0 0.56 0.08 74.31 0.76 0.66
Hex CB EA 68 D 0 38 8 4A 4C 42
Octal 313 352 150 15 0 70 10 112 114 102
Binary 11001011 11101010 1101000 1101 0 111000 1000 1001010 1001100 1000010

Color Harmonies of #CBEA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA68

Black with #CBEA68

Text Example


Text Example

White with #CBEA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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