Html Css Color HEX #CFE625 Pear

📋 copy color: '#CFE625'

red 207 ◦ green 230 ◦ blue 37

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

Shades of Pear #CFE625

Tints of Pear #CFE625

RGB

 RED value IS 207 (81.25% from 255) = 43.67%

 GREEN value IS 230 (90.23% from 255) = 48.52%

 BLUE value IS 37 (14.84% from 255) = 7.81%

R = 43.67%
G = 48.52%
B = 7.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#CFE625 (or 0xCFE625) is known color: Pear. HEX triplet: CF, E6 and 25. RGB value is (207,230,37). Sum of RGB (Red+Green+Blue) = 207+230+37=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE625 is #3019DA. Grayscale: #C9C9C9. Windows color (decimal): -3152347 or 2483919. OLE color: 2483919.

HSL color Cylindrical-coordinate representation of color #CFE625: hue angle of 67.15º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFE625 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 37 -
CMYK 0.10 0 0.84 0.10
HSL 67.15º 0.79% 0.52% -
HSV(B) 67.15º 0.84% 0.9% -
XYZ 54.36 69.99 12.39 -
YUV 201.12 35.38 132.19 -
System Red Green Blue C M Y K H S L
Decimal 207 230 37 0.10 0 0.84 0.10 67.15 0.79 0.52
Hex CF E6 25 A 0 54 A 43 4F 34
Octal 317 346 45 12 0 124 12 103 117 64
Binary 11001111 11100110 100101 1010 0 1010100 1010 1000011 1001111 110100

Color Harmonies of #CFE625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE625

Black with #CFE625

Text Example


Text Example

White with #CFE625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE625; }

 p { color: rgb(207,230,37); }

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

background-color css

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

 a { background-color: rgb(207,230,37); }

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

border-color css

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

 span { border-color: rgb(207,230,37); }

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