Html Css Color HEX #CBEF1D Pear

📋 copy color: '#CBEF1D'

red 203 ◦ green 239 ◦ blue 29

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

Shades of Pear #CBEF1D

Tints of Pear #CBEF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.74%

 BLUE value IS 29 (11.72% from 255) = 6.16%

R = 43.1%
G = 50.74%
B = 6.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#CBEF1D (or 0xCBEF1D) is known color: Pear. HEX triplet: CB, EF and 1D. RGB value is (203,239,29). Sum of RGB (Red+Green+Blue) = 203+239+29=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF1D is #3410E2. Grayscale: #CDCDCD. Windows color (decimal): -3412195 or 1961931. OLE color: 1961931.

HSL color Cylindrical-coordinate representation of color #CBEF1D: hue angle of 70.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBEF1D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 29 -
CMYK 0.15 0 0.88 0.06
HSL 70.29º 0.87% 0.53% -
HSV(B) 70.29º 0.88% 0.94% -
XYZ 55.72 74.52 12.61 -
YUV 204.3 29.07 127.08 -
System Red Green Blue C M Y K H S L
Decimal 203 239 29 0.15 0 0.88 0.06 70.29 0.87 0.53
Hex CB EF 1D F 0 58 6 46 57 35
Octal 313 357 35 17 0 130 6 106 127 65
Binary 11001011 11101111 11101 1111 0 1011000 110 1000110 1010111 110101

Color Harmonies of #CBEF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF1D

Black with #CBEF1D

Text Example


Text Example

White with #CBEF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF1D; }

 p { color: rgb(203,239,29); }

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

background-color css

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

 a { background-color: rgb(203,239,29); }

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

border-color css

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

 span { border-color: rgb(203,239,29); }

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