Html Css Color HEX #CBED37 Pear

📋 copy color: '#CBED37'

red 203 ◦ green 237 ◦ blue 55

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

Shades of Pear #CBED37

Tints of Pear #CBED37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.11%

R = 41.01%
G = 47.88%
B = 11.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#CBED37 (or 0xCBED37) is known color: Pear. HEX triplet: CB, ED and 37. RGB value is (203,237,55). Sum of RGB (Red+Green+Blue) = 203+237+55=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBED37 is #3412C8. Grayscale: #CECECE. Windows color (decimal): -3412681 or 3665355. OLE color: 3665355.

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

Color convert

RGB 203 237 55 -
CMYK 0.14 0 0.77 0.07
HSL 71.21º 0.83% 0.57% -
HSV(B) 71.21º 0.77% 0.93% -
XYZ 55.6 73.54 14.88 -
YUV 206.09 42.74 125.8 -
System Red Green Blue C M Y K H S L
Decimal 203 237 55 0.14 0 0.77 0.07 71.21 0.83 0.57
Hex CB ED 37 E 0 4D 7 47 53 39
Octal 313 355 67 16 0 115 7 107 123 71
Binary 11001011 11101101 110111 1110 0 1001101 111 1000111 1010011 111001

Color Harmonies of #CBED37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED37

Black with #CBED37

Text Example


Text Example

White with #CBED37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED37; }

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

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

background-color css

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

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

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

border-color css

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

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

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