Html Css Color HEX #CFE755 Mindaro

📋 copy color: '#CFE755'

red 207 ◦ green 231 ◦ blue 85

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

Shades of Mindaro #CFE755

Tints of Mindaro #CFE755

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.17%

 BLUE value IS 85 (33.59% from 255) = 16.25%

R = 39.58%
G = 44.17%
B = 16.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#CFE755 (or 0xCFE755) is known color: Mindaro. HEX triplet: CF, E7 and 55. RGB value is (207,231,85). Sum of RGB (Red+Green+Blue) = 207+231+85=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE755 is #3018AA. Grayscale: #CFCFCF. Windows color (decimal): -3152043 or 5629903. OLE color: 5629903.

HSL color Cylindrical-coordinate representation of color #CFE755: hue angle of 69.86º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFE755 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 85 -
CMYK 0.10 0 0.63 0.09
HSL 69.86º 0.75% 0.62% -
HSV(B) 69.86º 0.63% 0.91% -
XYZ 55.95 71.07 19.36 -
YUV 207.18 59.05 127.87 -
System Red Green Blue C M Y K H S L
Decimal 207 231 85 0.10 0 0.63 0.09 69.86 0.75 0.62
Hex CF E7 55 A 0 3F 9 46 4B 3E
Octal 317 347 125 12 0 77 11 106 113 76
Binary 11001111 11100111 1010101 1010 0 111111 1001 1000110 1001011 111110

Color Harmonies of #CFE755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE755

Black with #CFE755

Text Example


Text Example

White with #CFE755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE755; }

 p { color: rgb(207,231,85); }

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

background-color css

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

 a { background-color: rgb(207,231,85); }

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

border-color css

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

 span { border-color: rgb(207,231,85); }

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