Html Css Color HEX #CEEE4B Pear

📋 copy color: '#CEEE4B'

red 206 ◦ green 238 ◦ blue 75

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

Shades of Pear #CEEE4B

Tints of Pear #CEEE4B

RGB

 RED value IS 206 (80.86% from 255) = 39.69%

 GREEN value IS 238 (93.36% from 255) = 45.86%

 BLUE value IS 75 (29.69% from 255) = 14.45%

R = 39.69%
G = 45.86%
B = 14.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#CEEE4B (or 0xCEEE4B) is known color: Pear. HEX triplet: CE, EE and 4B. RGB value is (206,238,75). Sum of RGB (Red+Green+Blue) = 206+238+75=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE4B is #3111B4. Grayscale: #D2D2D2. Windows color (decimal): -3215797 or 4976334. OLE color: 4976334.

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

Color convert

RGB 206 238 75 -
CMYK 0.13 0 0.68 0.07
HSL 71.78º 0.83% 0.61% -
HSV(B) 71.78º 0.68% 0.93% -
XYZ 57.3 74.78 18.07 -
YUV 209.85 51.9 125.25 -
System Red Green Blue C M Y K H S L
Decimal 206 238 75 0.13 0 0.68 0.07 71.78 0.83 0.61
Hex CE EE 4B D 0 44 7 48 53 3D
Octal 316 356 113 15 0 104 7 110 123 75
Binary 11001110 11101110 1001011 1101 0 1000100 111 1001000 1010011 111101

Color Harmonies of #CEEE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE4B

Black with #CEEE4B

Text Example


Text Example

White with #CEEE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE4B; }

 p { color: rgb(206,238,75); }

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

background-color css

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

 a { background-color: rgb(206,238,75); }

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

border-color css

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

 span { border-color: rgb(206,238,75); }

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