Html Css Color HEX #CBED59 Mindaro

📋 copy color: '#CBED59'

red 203 ◦ green 237 ◦ blue 89

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

Shades of Mindaro #CBED59

Tints of Mindaro #CBED59

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.8%

 BLUE value IS 89 (35.16% from 255) = 16.82%

R = 38.37%
G = 44.8%
B = 16.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#CBED59 (or 0xCBED59) is known color: Mindaro. HEX triplet: CB, ED and 59. RGB value is (203,237,89). Sum of RGB (Red+Green+Blue) = 203+237+89=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED59 is #3412A6. Grayscale: #D2D2D2. Windows color (decimal): -3412647 or 5893579. OLE color: 5893579.

HSL color Cylindrical-coordinate representation of color #CBED59: hue angle of 73.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBED59 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 89 -
CMYK 0.14 0 0.62 0.07
HSL 73.78º 0.8% 0.64% -
HSV(B) 73.78º 0.62% 0.93% -
XYZ 56.72 73.99 20.74 -
YUV 209.96 59.74 123.03 -
System Red Green Blue C M Y K H S L
Decimal 203 237 89 0.14 0 0.62 0.07 73.78 0.8 0.64
Hex CB ED 59 E 0 3E 7 4A 50 40
Octal 313 355 131 16 0 76 7 112 120 100
Binary 11001011 11101101 1011001 1110 0 111110 111 1001010 1010000 1000000

Color Harmonies of #CBED59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED59

Black with #CBED59

Text Example


Text Example

White with #CBED59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED59; }

 p { color: rgb(203,237,89); }

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

background-color css

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

 a { background-color: rgb(203,237,89); }

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

border-color css

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

 span { border-color: rgb(203,237,89); }

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