Html Css Color HEX #CEEB3D Pear

📋 copy color: '#CEEB3D'

red 206 ◦ green 235 ◦ blue 61

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

Shades of Pear #CEEB3D

Tints of Pear #CEEB3D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.81%

 BLUE value IS 61 (24.22% from 255) = 12.15%

R = 41.04%
G = 46.81%
B = 12.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#CEEB3D (or 0xCEEB3D) is known color: Pear. HEX triplet: CE, EB and 3D. RGB value is (206,235,61). Sum of RGB (Red+Green+Blue) = 206+235+61=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB3D is #3114C2. Grayscale: #CFCFCF. Windows color (decimal): -3216579 or 4058062. OLE color: 4058062.

HSL color Cylindrical-coordinate representation of color #CEEB3D: hue angle of 70º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEEB3D is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 235 61 -
CMYK 0.12 0 0.74 0.08
HSL 70º 0.81% 0.58% -
HSV(B) 70º 0.74% 0.92% -
XYZ 56 72.88 15.53 -
YUV 206.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 206 235 61 0.12 0 0.74 0.08 70 0.81 0.58
Hex CE EB 3D C 0 4A 8 46 51 3A
Octal 316 353 75 14 0 112 10 106 121 72
Binary 11001110 11101011 111101 1100 0 1001010 1000 1000110 1010001 111010

Color Harmonies of #CEEB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEB3D

Black with #CEEB3D

Text Example


Text Example

White with #CEEB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEB3D; }

 p { color: rgb(206,235,61); }

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

background-color css

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

 a { background-color: rgb(206,235,61); }

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

border-color css

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

 span { border-color: rgb(206,235,61); }

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