Html Css Color HEX #CEEE1B Pear

📋 copy color: '#CEEE1B'

red 206 ◦ green 238 ◦ blue 27

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

Shades of Pear #CEEE1B

Tints of Pear #CEEE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.73%

R = 43.74%
G = 50.53%
B = 5.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#CEEE1B (or 0xCEEE1B) is known color: Pear. HEX triplet: CE, EE and 1B. RGB value is (206,238,27). Sum of RGB (Red+Green+Blue) = 206+238+27=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE1B is #3111E4. Grayscale: #CDCDCD. Windows color (decimal): -3215845 or 1830606. OLE color: 1830606.

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

Color convert

RGB 206 238 27 -
CMYK 0.13 0 0.89 0.07
HSL 69.1º 0.86% 0.52% -
HSV(B) 69.1º 0.89% 0.93% -
XYZ 56.23 74.35 12.42 -
YUV 204.38 27.9 129.16 -
System Red Green Blue C M Y K H S L
Decimal 206 238 27 0.13 0 0.89 0.07 69.1 0.86 0.52
Hex CE EE 1B D 0 59 7 45 56 34
Octal 316 356 33 15 0 131 7 105 126 64
Binary 11001110 11101110 11011 1101 0 1011001 111 1000101 1010110 110100

Color Harmonies of #CEEE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE1B

Black with #CEEE1B

Text Example


Text Example

White with #CEEE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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