Html Css Color HEX #CBED55 Mindaro

📋 copy color: '#CBED55'

red 203 ◦ green 237 ◦ blue 85

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

Shades of Mindaro #CBED55

Tints of Mindaro #CBED55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.19%

R = 38.67%
G = 45.14%
B = 16.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#CBED55 (or 0xCBED55) is known color: Mindaro. HEX triplet: CB, ED and 55. RGB value is (203,237,85). Sum of RGB (Red+Green+Blue) = 203+237+85=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED55 is #3412AA. Grayscale: #D2D2D2. Windows color (decimal): -3412651 or 5631435. OLE color: 5631435.

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

Color convert

RGB 203 237 85 -
CMYK 0.14 0 0.64 0.07
HSL 73.42º 0.81% 0.63% -
HSV(B) 73.42º 0.64% 0.93% -
XYZ 56.55 73.92 19.88 -
YUV 209.51 57.74 123.36 -
System Red Green Blue C M Y K H S L
Decimal 203 237 85 0.14 0 0.64 0.07 73.42 0.81 0.63
Hex CB ED 55 E 0 40 7 49 51 3F
Octal 313 355 125 16 0 100 7 111 121 77
Binary 11001011 11101101 1010101 1110 0 1000000 111 1001001 1010001 111111

Color Harmonies of #CBED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED55

Black with #CBED55

Text Example


Text Example

White with #CBED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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