Html Css Color HEX #CBED2E Pear

📋 copy color: '#CBED2E'

red 203 ◦ green 237 ◦ blue 46

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

Shades of Pear #CBED2E

Tints of Pear #CBED2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.47%

R = 41.77%
G = 48.77%
B = 9.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#CBED2E (or 0xCBED2E) is known color: Pear. HEX triplet: CB, ED and 2E. RGB value is (203,237,46). Sum of RGB (Red+Green+Blue) = 203+237+46=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBED2E is #3412D1. Grayscale: #CDCDCD. Windows color (decimal): -3412690 or 3075531. OLE color: 3075531.

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

Color convert

RGB 203 237 46 -
CMYK 0.14 0 0.81 0.07
HSL 70.68º 0.84% 0.55% -
HSV(B) 70.68º 0.81% 0.93% -
XYZ 55.41 73.46 13.84 -
YUV 205.06 38.24 126.53 -
System Red Green Blue C M Y K H S L
Decimal 203 237 46 0.14 0 0.81 0.07 70.68 0.84 0.55
Hex CB ED 2E E 0 51 7 47 54 37
Octal 313 355 56 16 0 121 7 107 124 67
Binary 11001011 11101101 101110 1110 0 1010001 111 1000111 1010100 110111

Color Harmonies of #CBED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED2E

Black with #CBED2E

Text Example


Text Example

White with #CBED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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