Html Css Color HEX #CEFA2B Pear

📋 copy color: '#CEFA2B'

red 206 ◦ green 250 ◦ blue 43

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

Shades of Pear #CEFA2B

Tints of Pear #CEFA2B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.1%

 BLUE value IS 43 (17.19% from 255) = 8.62%

R = 41.28%
G = 50.1%
B = 8.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#CEFA2B (or 0xCEFA2B) is known color: Pear. HEX triplet: CE, FA and 2B. RGB value is (206,250,43). Sum of RGB (Red+Green+Blue) = 206+250+43=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA2B is #3105D4. Grayscale: #D6D6D6. Windows color (decimal): -3212757 or 2882254. OLE color: 2882254.

HSL color Cylindrical-coordinate representation of color #CEFA2B: hue angle of 72.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEFA2B is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 43 -
CMYK 0.18 0 0.83 0.02
HSL 72.75º 0.95% 0.57% -
HSV(B) 72.75º 0.83% 0.98% -
XYZ 60.08 81.67 14.88 -
YUV 213.25 31.92 122.83 -
System Red Green Blue C M Y K H S L
Decimal 206 250 43 0.18 0 0.83 0.02 72.75 0.95 0.57
Hex CE FA 2B 12 0 53 2 49 5F 39
Octal 316 372 53 22 0 123 2 111 137 71
Binary 11001110 11111010 101011 10010 0 1010011 10 1001001 1011111 111001

Color Harmonies of #CEFA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA2B

Black with #CEFA2B

Text Example


Text Example

White with #CEFA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA2B; }

 p { color: rgb(206,250,43); }

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

background-color css

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

 a { background-color: rgb(206,250,43); }

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

border-color css

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

 span { border-color: rgb(206,250,43); }

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